Carbon


NMInstall

Header: Notification.h Carbon status: Supported

Installs a notification request in the notification queue.

OSErr NMInstall (
    NMRecPtr nmReqPtr
);
nmReqPtr

A pointer to a notification record.

function result

A result code.

SPECIAL CONSIDERATIONS

Because NMInstall does not move or purge memory, you can call it from completion functions or interrupt handlers as well as from the main body of an application and from the response function of a notification request.

AVAILABILITY

Supported in Carbon. Available in CarbonLib 1.0 and later when InterfaceLib 7.1 or later is installed. Exported by CarbonLib 1.0 and later and by InterfaceLib 7.1 and later.


© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)